CPatientVisitItemXfer.cs
Code Type: C# Class
Uses Classes: N/A


Lines of Code: 25

public long RegionID { get; set; }
    
	 region id property 

public string DFN { get; set; }

	 dfn property 

public long VisitLocationID { get; set; }

	 visit location id property 

public string VisitTimeStamp { get; set; }

	 visit timestamp property 

public string VisitType { get; set; }
        
	 visit type property 

	

